-
Notifications
You must be signed in to change notification settings - Fork 11
PG-1213 Add SQL function for checking if WAL record is encrypted #514
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: TDE_REL_17_STABLE
Are you sure you want to change the base?
Conversation
d411530
to
f23f140
Compare
Codecov Report❌ Patch coverage is ❌ Your project status has failed because the head coverage (82.15%) is below the target coverage (90.00%). You can increase the head coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## TDE_REL_17_STABLE #514 +/- ##
=====================================================
+ Coverage 82.08% 82.15% +0.06%
=====================================================
Files 25 25
Lines 3170 3216 +46
Branches 505 514 +9
=====================================================
+ Hits 2602 2642 +40
- Misses 460 464 +4
- Partials 108 110 +2
🚀 New features to boost your workflow:
|
80db6f8
to
6d0da57
Compare
Add user function for checking if WAL record with given LSN is encrypted. Function assumes that provided LSN belongs to current timeline, however it allows to specify timeline ID as second argument.
Add user function that shows LSN ranges for encrypted records in WAL.
6d0da57
to
9967248
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved from docs, well done!
); | ||
``` | ||
|
||
### pg_tde_get_wal_encryption_ranges |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
### pg_tde_get_wal_encryption_ranges | |
### pg_tde_get_wal_encryption_ranges | |
https://perconadev.atlassian.net/browse/PG-1213
This PR bumps major version for the extension and introduces two new functions: